paned: Add a paned handle class
authorMatthias Clasen <mclasen@redhat.com>
Thu, 18 Feb 2021 02:45:33 +0000 (21:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 18 Feb 2021 02:45:33 +0000 (21:45 -0500)
commit35488959b47769391995da4c71b9bdaa4f124724
tree3e55971a62d35f92cb831c3f3753d352e95ec35e
parentaf1981eda2d06c9339bbd5039ea6994d3f84b1ea
paned: Add a paned handle class

Instead of bending GtkGizmo to the breaking point,
split off a GtkPanedHandle class that just does
what is needed here. Its simpler, and lets us keep
GtkGizmo simpler too. Everybody wins.
gtk/gtkpaned.c
gtk/gtkpanedhandle.c [new file with mode: 0644]
gtk/gtkpanedhandleprivate.h [new file with mode: 0644]
gtk/meson.build